home *** CD-ROM | disk | FTP | other *** search
- //
- // *******************************************************************
- // JdeBP C++ Library Routines General Public Licence v1.00
- // Copyright (c) 1991,1992 Jonathan de Boyne Pollard
- // *******************************************************************
- //
-
- //
- // Common I/O data blocks.
- //
- // Both ANSI and POSIX I/O routines must record the flags associated with
- // each open MS-DOS file handle in _osfd[]. The maximum size of _osfd[] is
- // recorded in _nfile, and defaults to FOPEN_MAX.
- //
-
- extern unsigned int _CDECL _osfd[];
- extern unsigned int _CDECL _nfile;
- extern unsigned int _CDECL _fmode; // Default for O_TEXT/O_BINARY
-
-